[docs] Fix annotations: "(allow-none): (out)" -> "(out) (allow-none)"
authorJavier Jardón <jjardon@gnome.org>
Thu, 24 Jun 2010 16:10:03 +0000 (18:10 +0200)
committerJavier Jardón <jjardon@gnome.org>
Thu, 24 Jun 2010 16:10:03 +0000 (18:10 +0200)
gdk/gdkdisplay.c
gdk/gdkdraw.c
gtk/gtktable.c
gtk/gtkwidget.c
gtk/gtkwindow.c

index 366fcfd32604d22c6405bab609220637259f766b..0b91f88b9779848750754cfefdb7dea213a676a7 100644 (file)
@@ -820,9 +820,9 @@ gdk_display_set_device_hooks (GdkDisplay                  *display,
  * @display: a #GdkDisplay
  * @screen: (allow-none): location to store the screen that the
  *          cursor is on, or %NULL.
- * @x: (allow-none): (out): location to store root window X coordinate of pointer, or %NULL.
- * @y: (allow-none): (out): location to store root window Y coordinate of pointer, or %NULL.
- * @mask: (allow-none): (out): location to store current modifier mask, or %NULL
+ * @x: (out) (allow-none): location to store root window X coordinate of pointer, or %NULL.
+ * @y: (out) (allow-none): location to store root window Y coordinate of pointer, or %NULL.
+ * @mask: (out) (allow-none): location to store current modifier mask, or %NULL
  *
  * Gets the current location of the pointer and the current modifier
  * mask for a given display.
index 65412cc0f165a1f9b189aba04e8c4324ef91d167..d2a3317a93de3e6acd33cd72c7e1418322eece02 100644 (file)
@@ -97,8 +97,8 @@ gdk_drawable_init (GdkDrawable *drawable)
 /**
  * gdk_drawable_get_size:
  * @drawable: a #GdkDrawable
- * @width: (allow-none): (out): location to store drawable's width, or %NULL
- * @height: (allow-none): (out): location to store drawable's height, or %NULL
+ * @width: (out) (allow-none): location to store drawable's width, or %NULL
+ * @height: (out) (allow-none): location to store drawable's height, or %NULL
  *
  * Fills *@width and *@height with the size of @drawable.
  * @width or @height can be %NULL if you only want the other one.
index 79efc26dee532cc8fec70beab5e1a0ae32ac4e84..22a283836d465dad8719f0dc126640ae681924c8 100644 (file)
@@ -799,9 +799,9 @@ gtk_table_get_homogeneous (GtkTable *table)
 /**
  * gtk_table_get_size:
  * @table: a #GtkTable
- * @rows: (allow-none): (out): return location for the number of
+ * @rows: (out) (allow-none): return location for the number of
  *   rows, or %NULL
- * @columns: (allow-none): (out): return location for the number
+ * @columns: (out) (allow-none): return location for the number
  *   of columns, or %NULL
  *
  * Returns the number of rows and columns in the table.
index ae3de177918943f1ca70d1ab12b863563cc711c6..610660eb4d8b2c0072436381420ce3eb49dd052d 100644 (file)
@@ -7939,8 +7939,8 @@ gtk_widget_set_size_request (GtkWidget *widget,
 /**
  * gtk_widget_get_size_request:
  * @widget: a #GtkWidget
- * @width: (allow-none): (out): return location for width, or %NULL
- * @height: (allow-none): (out): return location for height, or %NULL
+ * @width: (out) (allow-none): return location for width, or %NULL
+ * @height: (out) (allow-none): return location for height, or %NULL
  *
  * Gets the size request that was explicitly set for the widget using
  * gtk_widget_set_size_request(). A value of -1 stored in @width or
index 874f08b038bc3293fe20941e29e96ec32c5b8afb..2866774e64133a7893723c1f6f48b77ec4ebf7fc 100644 (file)
@@ -4066,8 +4066,8 @@ gtk_window_resize (GtkWindow *window,
 /**
  * gtk_window_get_size:
  * @window: a #GtkWindow
- * @width: (allow-none): (out): return location for width, or %NULL
- * @height: (allow-none): (out): return location for height, or %NULL
+ * @width: (out) (allow-none): return location for width, or %NULL
+ * @height: (out) (allow-none): return location for height, or %NULL
  *
  * Obtains the current size of @window. If @window is not onscreen,
  * it returns the size GTK+ will suggest to the <link
@@ -7465,10 +7465,10 @@ gtk_window_begin_resize_drag  (GtkWindow    *window,
 /**
  * gtk_window_get_frame_dimensions:
  * @window: a #GtkWindow
- * @left: (allow-none) (out): location to store the width of the frame at the left, or %NULL
- * @top: (allow-none) (out): location to store the height of the frame at the top, or %NULL
- * @right: (allow-none) (out): location to store the width of the frame at the returns, or %NULL
- * @bottom: (allow-none) (out): location to store the height of the frame at the bottom, or %NULL
+ * @left: (out) (allow-none): location to store the width of the frame at the left, or %NULL
+ * @top: (out) (allow-none): location to store the height of the frame at the top, or %NULL
+ * @right: (out) (allow-none): location to store the width of the frame at the returns, or %NULL
+ * @bottom: (out) (allow-none): location to store the height of the frame at the bottom, or %NULL
  *
  * (Note: this is a special-purpose function intended for the
  *  framebuffer port; see gtk_window_set_has_frame(). It will not